home *** CD-ROM | disk | FTP | other *** search
- ;USB.INF -- This file contains descriptions of USB hubs and composite devices
- ;
-
- [Version]
- signature="$CHICAGO$"
- Class=USB
- ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
- Provider=%Motorola%
- LayoutFile=LAYOUT.INF
- DriverVer=12/05/2005,5.1.2600.0
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [DestinationDirs]
- DefaultDestDir=11 ; LDID_SYS
- ;
- ; For Windows NT, all drivers go into %windir%\system32\drivers. Since
- ; there isn't a DIRID (LDID) that represents this path on both NT and Win95,
- ; we specify the relative path off of %windir%.
- ;
- USB.CopyFiles.NT = 10, system32\drivers
- Hub.CopyFiles.NT = 10, system32\drivers
- CommonClassParent.CopyFiles = 10, system32\drivers
-
- ; =================== Class Sections ===========================
-
- [ClassInstall]
- Addreg=USBClassReg
-
- [USBClassReg]
- HKR,,,,%USBClassName%
- HKR,,Icon,,-20
- HKR,,NoInstallClass,,1
- HKR,,TroubleShooter-0,,"hcp://help/tshoot/tsUSB.htm"
-
- [ClassInstall32]
- Addreg=USBClassReg
-
- ; =================== Table of content =========================
-
- [Manufacturer]
- %Motorola.Mfg%=Motorola.Section
-
-
- ; =================== Motorola ==================================
-
- [Motorola.Section]
- %USB\COMPOSITE.DeviceDesc%=Composite.Dev,USB\VID_22B8&PID_4901
- %USB\COMPOSITE.DeviceDesc%=Composite.Dev,USB\VID_22B8&PID_3001
-
- [Composite.Dev]
- AddReg=CommonClassParent.AddReg
- CopyFiles=CommonClassParent.CopyFiles
-
- ; For Windows NT...
-
- [Composite.Dev.NT]
- CopyFiles=CommonClassParent.CopyFiles
- DelReg=Composite.DelReg.NT
-
-
- [Composite.DelReg.NT]
- HKR,,EnumPropPages32
-
- [Composite.Dev.NT.Services]
- AddService = usbccgp, 0x00000002, CommonClassParent.AddService
-
-
- [CommonClassParent.AddService]
- DisplayName = %MotorolaParent.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\usbccgp.sys
- LoadOrderGroup = Base
-
-
-
-
- ; =================== Global ==================================
-
- [USB.AddReg]
- HKR,,DevLoader,,*NTKERN
-
- [USB.CopyFiles]
- usbd.sys
- usbhub.sys
-
- [USB.DelFiles]
- usbhub.sys,,,1
- openhci.sys,,,1
- uhcd.sys,,,1
- usbd.sys,,,1
- imagecls.sys,,,1
- hcd.vxd,,,1
- usbd.vxd,,,1
- usb_enum.vxd,,,1
- vtaishid.vxd,,,1
- tmusb.sys,,,1
- taishid.sys,,,1
-
- [USBMON.DelFiles]
- mondrv.sys,,,1
- mondll.dll,,,1
-
- [USBINF.DelFiles]
- propext.inf,,,1
- tmusb.inf,,,1
- ehidmous.inf,,,1
- ehidkbd.inf,,,1
- ehidjoy.inf,,,1
-
- [HUB.AddReg]
- HKR,,DevLoader,,*NTKERN
- HKR,,NTMPDriver,,usbhub.sys
-
- [CommonClassParent.AddReg]
- HKR,,DevLoader,,*NTKERN
- HKR,,NTMPDriver,,usbccgp.sys
-
-
- [USB.CopyFiles.NT]
- usbd.sys
- usbhub.sys
-
- [USB.DelFiles.NT]
- usbhub.sys,,,1
- openhci.sys,,,1
- uhcd.sys,,,1
- usbd.sys,,,1
- imagecls.sys,,,1
- hcd.vxd,,,1
- usbd.vxd,,,1
- usb_enum.vxd,,,1
- vtaishid.vxd,,,1
- tmusb.sys,,,1
- taishid.sys,,,1
- usbuidll.dll,,,1
-
- [USBMON.DelFiles.NT]
- mondrv.sys,,,1
- mondll.dll,,,1
-
- [USBINF.DelFiles.NT]
- propext.inf,,,1
- tmusb.inf,,,1
- ehidmous.inf,,,1
- ehidkbd.inf,,,1
- ehidjoy.inf,,,1
-
- [HUB.CopyFiles]
- usbhub.sys
-
- [HUB.CopyFiles.NT]
- usbhub.sys
-
- [CommonClassParent.CopyFiles]
- usbccgp.sys
-
- [Strings]
- Motorola="Motorola"
- USBClassName="Universal Serial Bus controllers"
-
- StandardHub.SvcDesc="Microsoft USB Standard Hub Driver"
- MotorolaParent.SvcDesc="Microsoft USB Generic Parent Driver"
-
- Motorola.Mfg="(Motorla USB Host Controller)"
- USB\COMPOSITE.DeviceDesc="USB Composite Device"
-
-